body pre,
body code {
	font-family: "Andale Mono",courier,monospace;
	font-size: 12px;
}

body pre {
	max-width:100%;
	overflow:auto;
	line-height:1.4;
	background:#ffe;
	padding:0.5em;
	border:1px dotted #cc9;
	color: #888;
	margin: 10px 0 30px 20px;
}

body div.sample {
	margin: 10px 0 10px 20px;
	padding: 10px 0 10px 20px;
	border: 1px dotted #ccc;
	background: #E9F2FA;
}

body ul.main-contents,
body ul.sample-contents,
body ol.list,
body ul.list {
	font-size: 0;
}

body ul.main-contents {
	margin: 10px 0 30px 20px;
}

body ul.sample-contents {
	margin: 10px 0 30px 40px;
}

body ol.list,
body ul.list {
	margin: 10px 0 10px 50px;
}

body ul.main-contents li,
body ul.sample-contents li,
body ol.list li,
body ul.list li {
	font-size: 13px;
	line-height: 1.3em;
}

body ul.main-contents li,
body ul.sample-contents li,
body ul.list li {
	list-style: disc outside none;
}

body ol.list li,
body ul.list li {
	padding-bottom: 5px;
}

body div.log {
	line-height: 20px;
}

div.arguments{
	margin: 10px 20px;
}

div.arguments strong{
	display: block;
	background: #95C0E7;
	height: 30px;
	line-height: 30px;
	width: 590px;
	padding-left: 10px;
	margin-bottom: 10px;
	font-size: 14px;
	color: #fff;
}

div.arguments table{
	width: 600px;
}

div.arguments table th{
	font-weight: bold;
}

div.arguments table th,  div.arguments table td{
	padding:5px;
}
div.arguments table th{
	width: 300px;
}
div.arguments table tr.option td{
	width: 150px;
}
div.arguments table tr.option{
	background: #D1E4F5;
}

div.arguments table tr.option span.optional{
	color: #999;
	font-weight: normal;
	padding-left: 5px;
}
div.arguments table tr.option span.need{
	color: #f60;
	font-weight: normal;
	padding-left: 5px;
}

/* jquery dialog */
.jquery-dialog-mask-color,
.jquery-dialog-mask-transparent {
	position: fixed;
	text-align: left;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}

.jquery-dialog-mask-color,
.jquery-dialog-mask-transparent {
	background: url("mask.png");
}

.jquery-dialog {
	text-align: left;
}

.dialog-outer-fixed {
	position: fixed;
}

.dialog-outer-absolute {
	position: absolute;
}

.jquery-dialog-mask,
.jquery-dialog {
	z-index: 212122000;
}

.jquery-dialog .dialog-top-container,
.jquery-dialog .dialog-bottom-container {
	height: 5px;
}

.jquery-dialog .dialog-top-border,
.jquery-dialog .dialog-bottom-border,
.jquery-dialog .dialog-left-border,
.jquery-dialog .dialog-right-border,
.jquery-dialog .dialog-top-left-corner,
.jquery-dialog .dialog-top-right-corner,
.jquery-dialog .dialog-bottom-left-corner,
.jquery-dialog .dialog-bottom-right-corner {
	opacity: 0.20;
	filter: alpha(opacity=20);
	font-size: 0;
	line-height: 0;
	float: inherit;
	float: left;
}

.jquery-dialog .dialog-top-border,
.jquery-dialog .dialog-bottom-border {
	height: 5px;
	background-color: #000;
}

.jquery-dialog .dialog-left-border,
.jquery-dialog .dialog-right-border {
	width: 5px;
	background-color: #000;
}

.jquery-dialog .dialog-top-left-corner,
.jquery-dialog .dialog-top-right-corner,
.jquery-dialog .dialog-bottom-left-corner,
.jquery-dialog .dialog-bottom-right-corner {
	width: 5px;
	height: 5px;
	background: url("dialog.gif");
}

.jquery-dialog .dialog-top-left-corner {
	background-position: -30px 0;
}

.jquery-dialog .dialog-top-right-corner {
	background-position: -35px 0;
}

.jquery-dialog .dialog-bottom-left-corner {
	background-position: -30px -5px;
}

.jquery-dialog .dialog-bottom-right-corner {
	background-position: -35px -5px;
}

.jquery-dialog .dialog-inner-container {
	float: left;
	background: #fff;
	border: 1px solid #acacac;
}

.jquery-dialog .dialog-title-container {
	padding: 0;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	height: 29px;
	background-color: #eff4f8;
	overflow: hidden;
}

.jquery-dialog .dialog-title {
	float: left;
	height: 21px;
	line-height: 15px;
	font-weight: bold;
	padding: 8px 8px 0 8px;
	color: #333;
	overflow: hidden;
}

.jquery-dialog .dialog-button-close {
	float: inherit;
	float: right;
	font-size: 0;
	line-height: 0;
	margin: 7px 8px 0 0;
	width: 13px;
	height: 13px;
	overflow: hidden;
	background-image: url("dialog.gif");
	background-position: 0 0;
	cursor: pointer;
}

.jquery-dialog .dialog-button-close-hover {
	background-position: -13px 0;
}

.jquery-dialog .dialog-button-container {
	text-align: center;
	padding: 15px 0 20px 0;
}

.jquery-dialog .dialog-button-container .dialog-button-accept,
.jquery-dialog .dialog-button-container .dialog-button-cancel {
	margin-left: 5px;
	margin-right: 5px;
}

/* below two style rules are very important */
/* they can grow with children, and they can be restricted by another "width" style also */
.jquery-dialog .dialog-content-container {
	overflow: hidden;
	display: inline-block;
}

.jquery-dialog .dialog-content-container {
	*display: inline;
}

/* jquery inform, jquery alert, jquery confirm */
.jquery-inform .dialog-content-container,
.jquery-alert .dialog-content-container,
.jquery-confirm .dialog-content-container {
	padding: 20px 20px 0 20px;
	font-size: 14px;
	font-weight: normal;
	color: #333;
}

.jquery-inform .dialog-content-container {
	padding-bottom: 20px;
}

/* inside tip style definition with jquery dialog */
.jquery-tip .dialog-title-container {
	display: none;
}

.jquery-tip .dialog-tip-arrow {
	z-Index: 1;
	position: absolute;
	background: url("dialog.gif");
}

.jquery-tip .dialog-tip-arrow-up,
.jquery-tip .dialog-tip-arrow-down {
	width: 16px;
	height: 9px;
	left: 50px;
}

.jquery-tip .dialog-tip-arrow-left,
.jquery-tip .dialog-tip-arrow-right {
	height: 16px;
	width: 9px;
	top: 50px;
}

.jquery-tip .dialog-tip-arrow-up {
	top: -3px;
	background-position: -40px 0;
}

.jquery-tip .dialog-tip-arrow-down {
	bottom: -3px;
	background-position: -60px 0;
}

.jquery-tip .dialog-tip-arrow-left {
	left: -3px;
	background-position: -80px 0;
}

.jquery-tip .dialog-tip-arrow-right {
	right: -3px;
	background-position: -90px 0;
}
/* begin i-button layout define */
.i-button {
	cursor: default;
	outline: none;
	display: inline-block;
	text-align: left;
	-moz-user-select: none;
}

/* fix IE6/7 unsupport inline-block issue */
.i-button {
	*display: inline;
}

.i-button .i-button-left,
.i-button .i-button-right {
	float: inherit;
	float: left;
	overflow: hidden;
}

.i-button .i-button-icon {
	float: left;
}
/* end i-button layout define */


/* 
 * CAUTION: IF EXSIT BELOW DEFINITIONS, BE KEEP IN ORDER
 * hover, focus, active, disabled
 *
 * "i-button-default" style class must be defined.
 * It is used for iButton className binding and dialog button binding by default.
 */
.i-button-default {
	cursor: pointer;
}

.i-button-default .i-button-left,
.i-button-default .i-button-right {
	height: 25px;
	background-image: url("ibutton.gif");
}

.i-button-default .i-button-left {
	padding-left: 20px;
	background-position: 0 0;
}

.i-button-default .i-button-right {
	padding-right: 20px;
	background-position: -180px 0;
}

.i-button-default .i-button-left-hover {
	background-position: -200px 0;
}

.i-button-default .i-button-right-hover {
	background-position: -380px 0;
}

.i-button-default .i-button-left-focus {
	background-position: -400px 0;
}

.i-button-default .i-button-right-focus {
	background-position: -580px 0;
}

.i-button-default .i-button-left-active {
	background-position: -600px 0;
}

.i-button-default .i-button-right-active {
	background-position: -780px 0;
}

.i-button-default .i-button-text {
	color: #000;
	font-size: 12px;
	line-height: 17px;
	padding-top: 5px;
}

.i-button-default .i-button-text-disabled {
	color: #ccc;
}
